@charset "utf-8";


html{background:#eee;}
.dfs{display:flex;align-items: center;justify-content: space-between;}

/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

em,i{font-style: normal;}



/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "hs_r";overflow-x: hidden; font-size:14px;min-width:1400px;max-width:1920px;position: relative;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#fe1408;text-decoration: none; border-bottom-style:}

.bg{width: 100%;min-width:1400px;overflow: hidden;}
.box{margin:0 auto;width:80%; min-width: 1400px;box-sizing: border-box;}
.page{width: 1400px;margin: 0 auto;}




.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

@font-face{font-family:hs_r;src:url(https://114my.cn.114.114my.net/hxp/fonts/HarmonyOS_Sans_SC_Regular.ttf)}
@font-face{font-family:hs_m;src:url(https://114my.cn.114.114my.net/hxp/fonts/HarmonyOS_Sans_SC_Medium.ttf.txt)}
.hs_r{font-family:hs_r}
.hs_m{font-family:hs_m}
@font-face {
	font-family:'Montserrat-Bold';
	src: url('https://114my.cn.114.114my.net/hxp/fonts/Montserrat-Bold.eot.txt');
	src: url('https://114my.cn.114.114my.net/hxp/fonts/Montserrat-Bold.woff.txt') format('woff'), url('https://114my.cn.114.114my.net/hxp/fonts/Montserrat-Bold.ttf.txt') format('truetype');	font-weight: normal; font-style: normal;}

@font-face {
font-family: "classic";
src: url("https://114my.cn.114.114my.net/hxp/fonts/classic.woff.txt") format("woff2");}

.t{text-align: center;height:150px; }
.t h3{font-size: 36px;color:#000;line-height: 64px;font-weight: bold;}
.t h3 b{color:#183883;}
.t span{font-size: 18px;line-height:36px;}


/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}
.top140 {padding-top: 140px;}
.top170 {padding-top: 170px;}


/*抬头*/
#head_bg{width: 100%;height: 130px;z-index: 9999;  background:#fff; position: relative;transition:0.3s all linear; }
#head_bg.yinyin{top:0 !important;  box-shadow: 0 0 10px rgba(0,0,0,0.1); position: fixed;}
.logo{padding-top:24px;}

.head{width:94%; margin:0 auto;}
.name{margin-top:34px;margin-left: 15px;}
.name h3{font-size:28px; color:#000;}
.name p{font-size: 18px;line-height:34px;letter-spacing: 7px;}
.name p span{color:#183883;}



/*栏目*/
.NavCeshi > li {float: left;top: 0px;padding: 0 1.2vw;-webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: relative;}
.NavCeshi > li > a { display: block; text-align: center; transition: 0.2s all ease-in-out;position: relative; z-index: 55555;height:130px;line-height:130px;font-size: 16px;color: #222; }
.NavCeshi > li > a:after,.NavCeshi > li > a:before{content: ''; display: block; position: absolute; left:0;right:0; margin:auto;transition: 0.2s all ease-in-out; }
.NavCeshi > li > a:before{width:9px; height:9px; border:2px #183883 solid; bottom:-10px; border-radius: 100%;opacity: 0;}
.NavCeshi > li > a:after{ width: 1px; height:0;  bottom: 0px;background: #183883;}
.NavCeshi > li.navcurrent > a:before, .NavCeshi > li:hover > a:before{ bottom:32px;opacity: 1;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{height:34px; }
.NavCeshi > li:hover > a{line-height:124px;}


/*下拉导航*/
.nav2{ position: absolute; top:100%;right:0; z-index: 9999; width:500px; height:0; transition:all linear 0.3s; background:rgba(255,255,255,1);     overflow: hidden;     box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.nav2 a{display: block; width:100%; height:44px; line-height:44px; font-size:15px;  color:#333; text-align:left; transition:all linear 0.3s; }
.nav>ul>li:hover .nav2{ height:auto; z-index:9;padding:40px;}
.nav2 a:hover{color:#183883;}
.nav2_l{width:34%;}
.nav2_r{width:60%; }
.nav1{width:700px;}
.nav1 .nav2_l a{width:50%; float:left;}
.nav1 .nav2_l{width:54%;}
.nav1 .nav2_r{width:40%; }
.nav2_r img{width:100%; border:1px #eee solid;}



@media (max-width: 1920px) and (min-width: 1860px){
.NavCeshi > li{padding: 0 1.8vw;}
}
@media (max-width: 1859px) and (min-width: 1780px){
.NavCeshi > li{padding: 0 1.6vw;}
}
@media (max-width: 1779px) and (min-width: 1720px){
.NavCeshi > li{padding: 0 1.6vw;}
}
@media (max-width: 1719px) and (min-width: 1680px){
.NavCeshi > li{padding: 0 1.2vw;}
}
@media (max-width: 1679px) and (min-width: 1560px){
.nav{margin-left: 5vw;}
.NavCeshi > li{padding: 0 1vw;}
}
@media (max-width: 1559px) and (min-width: 1400px){
.nav{margin-left: 4vw;}
.NavCeshi > li{padding: 0 1vw;}
.head{width:96%;}
}
@media (max-width: 1399px) and (min-width: 1200px){
.nav{margin-left: 3vw;}
.head{width:98%;}
.NavCeshi > li{padding: 0 0.8vw;}

}


/*栏目结束*/



/*幻灯片*/
.banner-box{background:#fff;}
.banner-box,.banner-box .bd li{height:800px;background-color:#eee;}
.banner-box{min-width:1300px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important; text-align:center;}

.banner-btn a{display:block;width:40px;height:40px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-box .banner-btn a.prev,.banner-box .banner-btn a.next{top:350px;background-position:0 -40px;}
.banner-btn a.prev{left:-54px;background-image:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113500_1353651665.png); background-repeat:no-repeat;} 
.banner-btn a.next{right:-54px;background-image:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113500_350685654.png); background-repeat:no-repeat;}
.banner-box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner-box .hd {position:absolute;bottom:40px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:rgba(255,255,255,0.2); cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.banner-box .hd ul li.on{background:#183883; width: 32px;}




/*搜索*/
.search_bg{height:60px; padding:70px 0 150px 0; background:#f5f5f5 url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113529_1200871035.png)no-repeat center 70px;}
.search_nbg{position: absolute;z-index: 999;top: 540px;height:60px; }
.search_nbg .search{margin:0 auto;}
.search{background:#fff;height:64px; padding:0 30px;}
.search-bg{width:280px;height:30px;overflow: hidden;margin-top:17px;border-left: 1px dotted #ccc;position: relative;}
.search_l{line-height: 64px;}
.search_l dd{font-size:15px;color: #333;display: inline-block;}
.search_l a+a{padding-left:10px;}
.search_l a{font-size: 15px;padding-right:10px;}
.search-bg #infoname{width:280px;outline:none; color:#ccc;border: none;height:30px;font-size: 14px;padding-left: 20px;font-weight: lighter;}
.search-i{position: absolute;right: 0;top: 30%;height: 15px;}



/*产品*/
.prod_bg{background:#f5f5f5; padding-bottom:250px;}
.prod_t{background:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624145311_132332534.png)no-repeat center top;}
.prod_list{text-align:center; padding-bottom:50px;}
.prod_list ul{display:flex;width: 90%;margin: 0 auto;justify-content: space-between;}
.prod_list li{float:left;}
.prod_list a{display:inline-block; font-size:18px; color:#333;padding:0 2vw; line-height:52px; position: relative; }
.prod_list a.on{color:#fff;background: #183883; border-radius: 10px; }
.prod_list a:after,.prod_list a:before{content:""; display:block; position: absolute; left:0; right:0; margin:auto;  top:52px; transition: all .5s;}
.prod_list a:before{width:1px; height:0;background: #183883;}
.prod_list a:after{width:5px; height:5px; border-radius:100%;background: #ccc;}
.prod_list a.on:before{height:50px;}
.prod_list a.on:after{top:100px;background: #183883;    z-index: 2}

.prod_cont{}
.prod_m{width:100%;background:#fff;}
.prod_ml{width: 53%;    padding: 60px 0px 60px 60px;}
.prod_ml img{width: 100%;border:1px #eee solid;transition: all .5s;padding: 50px;}
.prod_ml:hover img{ transform:scale(1.1);}
.prod_mr{width: 42%; padding:5vw 5vw 0 0;}
.prod_mrt span{font-size: 30px; color: #222; font-family: "Arial"; }
.prod_mrt p{font-size: 30px; color: #183883; }
.prod_mrw dd{font-size: 15px; line-height: 30px; margin:3vw 0;}
.prod_mrw a{display: block; border:1px #ccc solid; border-radius: 100%; width: 60px; height: 60px; position: relative; transition: all .5s;}
.prod_mrw a:after{content:""; display: block; width: 53px; height: 12px; position: absolute; margin: auto; top:0; bottom:0; left:24px; background: url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113634_1547582781.png)no-repeat center; transition: all .5s;}
.prod_mrw a:hover{border:1px #183883 solid;background:#183883; }
.prod_mrw a:hover::after{width:16px; left:0; right:0; background: url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113556_410475093.png)no-repeat center;}

.prod_b .divproduct_new_div_item{width:32%; float:left; margin-top:2%;margin-left:2%; position: relative;background:#fff;}
.prod_b .divproduct_new_div_item:first-child{margin-left:0;}
.prod_b .divproduct_new_div_item_content{position: absolute; top:100%;background:#fff;margin-top:1px; width:100%; padding:2vw; text-align:center;}
.prod_b .product_div_item_pic img{width:100%; height:auto;transform:scale(.9);transition: all .5s;}
.prod_b .divproduct_new_div_item:hover .product_div_item_pic img{transform:scale(1);}
.prod_b .divproduct_new_div_item_date{display:none;}
.prod_b .divproduct_new_div_item_title a{display:block; font-size:16px; color:#000;  }
.prod_b .divproduct_new_div_item_body{color:#999; line-height:24px; padding-top:10px; }

@media (max-width: 1440px){
.prod_mrw dd{margin:2vw 0;}
}


/*应用*/
.apply_bg{padding:90px 0;}
.apply_t{background:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113709_1730564820.png)no-repeat center top;}
.apply_l{width: 50%; height: 740px; background:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240621/20240621185056_1759685373.jpg)no-repeat center; transition: .5s ease;}
.apply_l a{  padding-top:40%;  }
.apply_l:hover a{padding-top:34%;}
.apply_r{width: 50%; }
.apply_rt li{width: 50%; height: 300px; float:left; transition: all .5s; }
.apply_rt li a{padding-top:28%; }
.apply_rt li:hover a{padding-top:24%; }
.apply_rt li:nth-child(1){background:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240621/20240621185916_699617198.jpg)no-repeat center;}
.apply_rt li:nth-child(2){background:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240621/20240621190440_688658874.jpg)no-repeat center;}

.apply_rb{width: 100%; height: 440px;transition: all .5s;  background: url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240621/20240621192856_238834064.jpg)no-repeat center;}

.apply a{ text-align: center; display: block; color:#fff; height:100%; transition: all .5s;}
.apply a:after{content:"查看更多"; display:block; width:126px; height:34px; line-height:34px; text-align:center; background:#183883;  margin:1vw auto; transition: all .5s; border-radius: 100px;opacity: 0; }
.apply a:hover::after{opacity: 1;}
.apply_rb a{ padding-top:24%;}
.apply_rb:hover a{padding-top:18%;}
.apply_w p{font-size: 22px; line-height:40px;}
.apply_w span{font-family: "Arial";}

.apply_l:hover,.apply_rb:hover,.apply_rt li:hover{background-position:bottom center;}



/*优势*/
.adv_t{background:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624145846_1755518030.png)no-repeat top center;}
.adv_list li{float: left;width: 25%;text-align: center;height: 95px;border-top: 3px solid #fff;}
.adv_list li i{display: inline-block;position: relative;top: 8px;}
.adv_list li p{display: inline-block;font-size: 24px;color: #333;line-height: 95px;margin-left: 20px;}
.adv_list{width: 100%;border-top: 1px solid #eee;}
.adv_cont li{width: 1300px;height: 493px;margin-right: 100px;position: relative;}
.adv .tempWrap{width: 1300px !important;margin: 0 auto;overflow: inherit !important;}
.adv_list li.on{border-top: 3px solid #183883;}
.adv_cont li:after{content: '';width: 100%;height: 100%;position: absolute;display: block;background: rgba(0,0,0,0.5);top: 0;transition: 0.3s ease all;}
.adv_cont{overflow: inherit !important;}
.adv_cont li.on:after{background: rgba(0,0,0,0);}
.adv_wz{width: 70%;height: 233px;background: #fff;border-radius: 50px 0 0 0;position: absolute;bottom: -80px;box-shadow: 0 0 10px rgba(0,0,0,0.1);padding: 50px;box-sizing: border-box;opacity: 0;}
.adv_cont li.on .adv_wz{opacity: 1;}
.adv_wz p{font-size: 36px;color: #183883;font-weight: bold;}
.adv_wz d{font-size: 18px;color: #333;line-height: 40px;}
.adv_wz dd{font-size: 15px;color: #666;margin-top: 10px;line-height: 28px;}

.adv_hd{position: absolute;width: 160px;right: 31px;bottom: -40px;z-index: 1;height: 3px;}
.adv_hd:before{content: "";position: absolute;width:160px;height:1px;background:#183883;left: 0;bottom: 0;z-index: -1;}
.adv_hd li{width:40px;height: 3px;position: absolute;left: 0;top: 0;}
.adv_hd li:nth-child(2){width: 80px;}
.adv_hd li:nth-child(3){width: 120px;}
.adv_hd li:nth-child(4){width: 160px;}
.adv_hd li:before{content: "";position: absolute;width: 0;height: 3px;left:0;top:0;z-index: 1;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;background: #183883;}
.adv_hd li.on:before{width: 100%;}
.adv_nub{position: absolute;width: 226px;right: 0;bottom: -40px;z-index: 1;height:10px;font-size: 14px;color: #333;font-weight: bold;}
.adv_nub span,.adv_nub em{display: inline-block;width: 28px; height:10px;text-align: center;line-height:10px; font-family: "Acrom"; font-weight: bold;font-style: normal;}
.adv_nub em{float: right; color:#353a3f;}
.adv_nub span{float: left;color:#353a3f;}
.adv .page{position: relative;}
.adv_btnl{width: 72px;height: 72px;display: block;position: absolute;left: -180px;top: 45%;z-index: 9;background: url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113749_2062037225.png);filter: contrast(0);}
.adv_btnr{width: 72px;height: 72px;display: block;position: absolute;right: -180px;top: 45%;z-index: 9;background: url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113749_2062037225.png);filter: contrast(0);transform: rotate(180deg);}



/*简介*/

.com_bg{background: #f8f8f8; padding: 90px 0;}

.com_t{background:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113823_1715603041.png)no-repeat center top;}
.com_m{height: 740px; position: relative;}
.com_ml{width: 35%; height: 100%; max-height: 848px; overflow: hidden; }
.com_ml img{width: 100%; }
.com_mr{width: 65%;height: 100%; padding:4vw 0 0 4.4vw;}
.com_mr p{font-size: 30px; color: #111;}
.com_mr span{color: #ccc;}
.com_mr dd{font-size: 16px; line-height: 34px; margin:2.4vw 0;}
.com_mr a{display: block; width: 172px; height: 44px; line-height:44px; border-radius: 100px; background: #183883; text-align: center; font-size: 16px; color: #fff;transition: all .5s;}
.com_mr a:hover{width:220px;}
.com_md{ width: 80%; height: 160px; position: absolute; bottom:0; right:0;  background: #183883;}
.com_md li{float: left; width: 25%; height:100%; text-align: center; color:#fff; padding-top:34px;}
.com_md p{font-size: 50px; font-family: "Arial"; }
.com_md p span{font-size: 20px; font-family: "Microsoft YaHei"}
.com_md dd{font-size: 16px; line-height: 30px;}
.com_mb{margin-top:40px;}
.com_mb .tempWrap{width:100% !important;}
.com_mb .new_web_div2021{text-align: center; }
.com_mb .new_web_div2021 li{display:inline-block; width:23.2%; margin-right:2vw;}
.com_mb .new_web_div2021 li>a{display:block; overflow:hidden; }
.com_mb .new_web_div2021 li img{width:100%; height:auto; transition: all .5s; }
.com_mb .new_web_div2021 li:hover img{transform:scale(1.1);}
.com_mb .new_web_div2021 li p{background:#fff; }
.com_mb .new_web_div2021 li p a{display:block; font-size:16px; color:#333; line-height:50px;}

@media (max-width: 1440px){
.com_m{height:680px;}
.com_mr{padding-top:3vw;}
.com_mr dd{font-size:15px;}

}


@media (max-width: 1300px){
.com_m{height:620px;}
.com_mr{padding-top:2vw;}
.com_mr dd{font-size:15px;}

}




/*新闻*/
 .news_bg{background: #fff; padding:80px 0;}
.news_bg_lr{width:80%; margin:0 auto;}
.news_bg_r .fl{    text-align: left;}
.news_tab{height:60px;overflow: hidden;text-align: center; float: right; margin-top:32px;}
.news_tab li{margin-left:20px;width:130px; float:left; height:40px;line-height:40px;text-align:center;position:relative;font-size:18px;color:#414755;font-weight:lighter;transition:all .3s ease;cursor:pointer; border-radius: 20px;    background: #f8f8f8;}
.news_tab li:nth-child(1){margin-left:0px;}
.news_tab li a{line-height:40px;font-size:18px;display: block;}
.news_tab li.on{background: #183883;line-height:60px;border-radius: 20px;}
.news_tab li.on a{color:#fff;}
.news_tab li.on a:hover{color:#fff;}
.news_bg_c_bg{position:relative;height:530px;margin-top:22px;}
.w1400{ width:80%; margin:auto;}
.newsshow ul{position:relative;height:530px;font-weight:lighter;}
.news_font_l{width:31%;float:left;}
.news_font_l .img{width:100%;height:307px;overflow:hidden;}
.news_font_l .img img{width:100%;height:307px;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;}
.news_font_l .img img:hover{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);-moz-transform: scale(1.12, 1.12);}
.news_font_l .nfont{background:#f8f8f8;height:220px;}
.news_font_l .nfontes{padding:30px;}
.news_font_l .nfontes .h1{font-size:1.2vw;color:#4f5458;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_font_l .nfontes .h1 a{font-size:1.2vw;color:#4f5458;}
.news_font_l .nfontes .h1 a:hover{color:#01549a;}
.news_font_l .nfontes .h2{color:#8f8f8f;line-height:30px;font-size:14px;padding-top:10px;}
.news_font_l .nfontes .h3{margin-top:30px;}
.news_font_l .nfontes .h3 span{float: right;color:#646a70;font-size:14px;}
.news_font_c{width:31%;float:left;height:527px;background:url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20240624/20240624113900_1001345179.jpg) no-repeat;margin-left:3.5%;color:#fff;}
.news_font_cs{padding:70px 7.5%;}
.news_font_cs .h1{font-size:18px;}
.news_font_cs .h1_l{width:67%;float:left;color:#fff;}
.news_font_cs .h1_c{width:33px;float:left;color:#fff;}
.news_font_cs .h1_r{float:right;font-size:14px;color:#fff;line-height:22px;}
.news_font_cs .h2{font-size:1.2vw;font-weight:bold;margin-top:30px;width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news_font_cs .h2 a{font-size:1.2vw;color:#fff; font-weight:normal; font-family: hs_m;}
.news_font_cs .h3{font-size:14px;line-height:30px;margin-top:57px;color:#fff;}
.news_font_cs .h4{margin-top:14.6%;font-size:18px;}
.news_font_cs .h4 a{font-size:18px;color:#fff;}
.news_font_cs .h4 a:hover{font-size:18px;color:#f08300;}
.news_font_cs .h4 span{padding-left:15px;}
.news_font_cs .h4 img{padding-top:20px;}
.news_font_r{width:31%;float:right;}
.news_font_r .n_right{width:100%;height:132.5px;margin-top:60px;}
.news_font_r .n_right:nth-child(1){margin-top:0px;}
.news_font_r .n_right_l{width:43%;float:left; overflow:hidden;}
.news_font_r .n_right_l img{width:100%; transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;}
.news_font_r .n_right_l img:hover{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);-moz-transform: scale(1.12, 1.12);}
.news_font_r .n_right_r{width:53%;float:right;}
.news_font_r .n_right_r .h1{font-size:18px;color:#4f5458;width:200px;height:36px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:10px;}
.news_font_r .n_right_r .h1 a{font-size:18px;color:#4f5458;}
.news_font_r .n_right_r .h1 a:hover{font-size:18px;color:#01549a;}
.news_font_r .n_right_r .h2{font-size:14px;color:#8b8b8b;line-height:25px;margin-top:10px;}
.news_font_r .n_right_r .h3{margin-top:20px;}



/* footer */
.footer {background:#fff;position: relative;clear: both; overflow: hidden;color: #fff; -moz-box-shadow:2px -2px 5px #ccc;-webkit-box-shadow:2px -2px 5px #ccc;box-shadow: 0px 0px 60px rgba(0,0,0,0.1);padding-bottom: 40px;}
.footer a:hover {color:#1f487c;}
.footer-content {width:80%;margin: auto;position: relative;}
.footer-content-top {padding: 4% 0;position: relative; }
.footer-top-left {float: left;width: 40%;}
.footer-logo a{width: 100%;height: auto;display: block;}
.footer-contact {position: relative;margin-top: 8%;}
.footer-contact .item-1 {display: block;padding: .2rem 0;}
.footer-contact .item-1 span{display: inline-block;vertical-align: middle;color: #000; font-size:15px;}
.footer-contact .item-1 span:first-child {color:#999; margin-right:16px; font-size:15px;}
.footer-top-right {width: 55%;text-align: right;float: right;}
.footer-social {position: relative;}
.footer-social li{list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;margin-left: 1%;position: relative;}
.footer-social li a{position: relative;display: block;width:48px;height:48px;border: 2px solid rgba(80,80,80, 0.1);border-radius: 100%;    display: flex;align-items: center;justify-content: center;}
.footer-social li a:hover {background: #1f487c;border: 2px solid #1f487c;}
/*.footer-social li .img-center{filter: invert(1) brightness(5);}*/
.footer-social li a:hover img {filter: invert(1) brightness(5);}
.footer-social li:last-child .img-center{filter: contrast(0) brightness(2);}
.footer-social li:last-child a{background: #1f487c;border: 2px solid #1f487c; }
.footer-social li:last-child a:hover{background: #fff000;border: 2px solid #fff000; }
.footer-social li:last-child a:hover .img-center{filter: invert(1) brightness(5);}
.footer-nav {margin-top: 3%;overflow: hidden;}
.footer-nav ul{list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: top;text-align: left;margin-left: 10%;}
.footer-nav ul:first-child {margin: 0;}
.footer-nav ul span{color: #000;display: block; font-size: 17.6px; margin-bottom:16px;}
.footer-nav ul li{list-style: none;margin: 0;padding: 0; margin-bottom:7px; }
.footer-nav ul a {color:#5d5d5d; font-size:15px;}
.footer-nav ul a:hover {color: #1f487c;}
.footer-social li:hover .ewmshow-1{display: block;}
.ewmshow-1 {background: #fff;padding: 5px;width:110px;height:110px;overflow: hidden;position: absolute;top: 100%;left: 50%;border-radius: 4px;margin-left: -55px;display: none;}
.ewmshow-1 img{width:100%;}


.footer2{padding:20px 0 20px 0;background:#fff;line-height:26px;font-size:15px; color:#666; overflow:hidden;position: relative;border-top: 1px solid #f0f0f0;}
.footer2 .flt{float: left;color: #666; width:60%; font-size:15px; line-height:26px;}
.footer2 .flt a{display: inline-block;color: #666; font-size:15px;}
.footer2 .frt{float: right;color: #666; text-align:right; font-size:15px;}
.footer2 .frt a{display: inline-block;color: #666; font-size:15px;}
.footer-link {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.linkTagcs{width:100% !important;}




/* 在线客服*/
.y-kefu-box { position: fixed; right: 0; bottom: 33%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/0385241/uploadfile/image/20211013/20211013153639_708163370.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #0232a1; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;    border-bottom: 1px #efefef solid;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #0232a1; border-color: #0232a1; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.line-b{ border-bottom: solid 1px #efefef;}
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color:#0232a1; border-color: #0232a1;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;border-top: 0px !important;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;}
.y-kefu-box01 .mobile-infos { width: 300px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#0232a1; font-size: 18px; }
y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .right-arrow2 {width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2 {border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding-bottom:10px;}
.y-kefu-box01 .y-ewm-box img { width:130px; height:130px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#0232a1; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#0232a1;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }